home *** CD-ROM | disk | FTP | other *** search
/ Iona Software Demo / MacWin_IonaSoftware_DemoCD.iso / pc / demo.exe / demo.DXR / 00019_play intro.ls < prev    next >
Encoding:
Text File  |  1996-02-23  |  337 b   |  12 lines

  1. on exitFrame
  2.   global intro, reallyQuit, langPrefix, spacer, pathToMain
  3.   set reallyQuit to 0
  4.   if (langPrefix = "f") or (langPrefix = "d") then
  5.     set intro to pathToMain & "movies" & spacer & langPrefix & "intro.dir"
  6.   else
  7.     set intro to pathToMain & "movies" & spacer & "bintro.dir"
  8.   end if
  9.   play movie intro
  10.   unLoadCast()
  11. end
  12.